gnomeos: fix ostree-install.sh
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Sun, 6 May 2012 17:10:35 +0000 (19:10 +0200)
committerColin Walters <walters@verbum.org>
Mon, 7 May 2012 21:54:04 +0000 (17:54 -0400)
add back ARCH and BRANCH_PREFIX constants which are still in use.

gnomeos/ostree-install.sh

index cf709c792fb93cf68441a2a1f05c3a5b3616b163..ac6f2535ca7ae8cac8c11e000b7e3305a969ee69 100755 (executable)
@@ -39,6 +39,9 @@ EOF
     exit 1
 fi
 
+ARCH=i686
+BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
+
 mkdir -p /ostree
 
 cd /ostree